position-independent code - significado y definición. Qué es position-independent code
Diclib.com
Diccionario ChatGPT
Ingrese una palabra o frase en cualquier idioma 👆
Idioma:

Traducción y análisis de palabras por inteligencia artificial ChatGPT

En esta página puede obtener un análisis detallado de una palabra o frase, producido utilizando la mejor tecnología de inteligencia artificial hasta la fecha:

  • cómo se usa la palabra
  • frecuencia de uso
  • se utiliza con más frecuencia en el habla oral o escrita
  • opciones de traducción
  • ejemplos de uso (varias frases con traducción)
  • etimología

Qué (quién) es position-independent code - definición


Position-independent code         
MACHINE INSTRUCTION CODE THAT EXECUTES PROPERLY REGARDLESS OF WHERE IN MEMORY IT RESIDES
Position independent; Position independent executable; Position Independent Code; Position independent code; Position Independant Code; Position-Independent Code; PIC code; Position-independent executable; Position-independent data; One-time position-independence; Many-time position-independence; One-time position-independent code; Many-time position-independent code; Position-independent; Position-dependent code
In computing, position-independent code (PIC) or position-independent executable (PIE) is a body of machine code that, being placed somewhere in the primary memory, executes properly regardless of its absolute address. PIC is commonly used for shared libraries, so that the same library code can be loaded in a location in each program address space where it does not overlap with other memory in use (for example, other shared libraries).
Code point         
NUMERICAL VALUE REPRESENTING A CHARACTER IN A CODED CHARACTER SET
Codepoint; Code points; Code position
In character encoding terminology, a code point, codepoint or code position is a numerical value that maps to a specific character. Code points usually represent a single grapheme—usually a letter, digit, punctuation mark, or whitespace—but sometimes represent symbols, control characters, or formatting.
code position         
NUMERICAL VALUE REPRESENTING A CHARACTER IN A CODED CHARACTER SET
Codepoint; Code points; Code position
<character> An integer that a coded character set maps to a character. A code position is normally stored or transmitted by applying a character encoding to turn it into a byte string. (2002-03-03)